branchGarrys Mod/maincancel

6,561 Commits over 2,983 Days - 0.09cph!

1 Year Ago
Fixed legacy CBaseEntity::FireBullets not setting attacker
1 Year Ago
Fixed a bug with Panel.SetCaretPos Added more info to 'Overflow error writing string table baseline' host error Display disconnect reason UI when encountering a host error in singleplayer
1 Year Ago
Fixed a crash with base NPC when hosltering weapon and having no weapon
1 Year Ago
Made NPC vs NPC killicon consistent with NPC vs Player deaths Pull Requests: * Added util.IsBinaryModuleInstalled * Added color support and fixed a bug with table.(De)Sanitise * Fixed potential Lua error in Derma drag'n'drop system
1 Year Ago
Added Entity:SetSurroundingBounds( vec, vec ) Added Entity:SetSurroundingBoundsType( BOUNDS_ ) Added vec, vec = Entity:GetSurroundingBounds()
1 Year Ago
Fix NWVars not updating on mismatched server/client versions due to additon of new user messages
1 Year Ago
Minor vbsp changes from go branch
1 Year Ago
Fixed IRestore.ReadString having a limit on string length
1 Year Ago
Improved ladder prediction (HL2 ladder mounting is still wonky)
1 Year Ago
Update ignore.conf Added a message to srcds console when not having GSLT about its impact on server ranking Pull Request: Added "readonly" option to DProperties properties, for editable entities editor Update TTT from github
1 Year Ago
Fixed sv_cheats not resetting on server join
1 Year Ago
try to fix linux compile error
1 Year Ago
Fixed FCVAR_REPLICATED cvars resetting to default/keeping server value when joining a server and leaving.
1 Year Ago
Fixed static CLuaParticles not updating their lighting
1 Year Ago
Adjust build scripts to support x64 VS2022
1 Year Ago
Fixed prop_dynamic crashing the game when given invalid break usermessage names Added "(Cheap)BreakModel" user messages that some maps use
1 Year Ago
Added Entity:IsInBounds Added string.StartsWith (Community contrib, for consistency with string.EndsWith)
1 Year Ago
Made player_manager.AddValidHands skin/body arguments optional Group NPC weapons by category Community: * Minor adjustment to DCheckBox:Toggle * SWEP:HUDShouldDraw is no longer required to return true to not break HUD * Added an option to player_manager.AddValidHands to match hands skin to player model selected skin automatically * Reload spawnmenu on language change * Added HL1 357 & shotgun to NPC usable weapon list * Removed a vulgar comment
1 Year Ago
Default weapon selection checks gmod's localization files Fixed a crash when setting player's hull size to nothing
1 Year Ago
Added optional surfaceprop argument to PhysicsInitMultiConvex, PhysicsInitConvex, PhysicsFromMesh and PhysicsInitBox. All of them now also get correct volume set.
1 Year Ago
Potential fix for a crash with steamworks.DownloadUGC Fixed Hammer Inputs/Outputs duplicating from base classes Fixed a visual bug in Lua Errors section of Problems menu
1 Year Ago
Added gmod_language to blocked convars (can still read it)
1 Year Ago
Fix NPC_CraneDriver crashing when the crane's magnet is removing
1 Year Ago
Fixed crashes when an entity has negative skin value
1 Year Ago
Fixed Gravity Gun preferred carry angles ignoring player's pitch angles Fixed Gravity Gun ignoring "spin_none" interaction for props
1 Year Ago
Fixed vehicle collision group "not saving" by duplicator.
1 Year Ago
Infinite scroll for server browser, no longer limited to 256 servers per gamemode
1 Year Ago
Switch "Outdated" tags in server browser to use steam.inf version, not the garrysmod.ver version
1 Year Ago
Added sv_password to list of convars Lua cannot READ
1 Year Ago
▅▊█▍▇▉▅ ██▊▇ ▅▋▊▇ ▋▄▅ ▌█▇▄▉ █▇▆▋▊▍▍▇▇█ ▉▋▋▅▄▍▉, ▊▉▉▄▊ ▉▌▍█▆▊█▅▌ ▇▄▄▍ ▉▄▌▉█▉▆ ▍▋▆▌ ▉▊▄▅ ▇▋▌█▉▌▋█ ▌▅ ▊▆▍▆ ▉▅ ▋▊▅ █▍▊▅ ▄▄▋▊▌▊
1 Year Ago
Remove OnFireOutput hook, it will never work 100% correctly
1 Year Ago
Remove the original ClearAllOutputs input on CNPC_PlayerCompanion
1 Year Ago
Added OnFireOutput hook ( name, ent, activator, param, delay ) - fired when an map IO output is fired.
1 Year Ago
Added ClearAllOutputs input to all entities Added surface.GetTextureNameFromID() Added NPC.Get/SetMaxLookDistance Added Entity.ClearAllOutputs( str )
1 Year Ago
Fixed crashes when trying get model sprite size with a null sprite/model (and when trying to get model bounds of null model) Fixed a crash when trying to spawn ai_node too early Fixed a crash when calling Spawn() on an entity that deletes itself in the Spawn() function
1 Year Ago
▄▊▍ ▆▉ ▉▆▉▅ █▊▆▅▄ ▋▉▄▍▉
1 Year Ago
Fixed compile error Fixed workshop fonts spamming pointless console messages trying to load from the .gma directly which won't work
1 Year Ago
merge from prerelease (oops)
1 Year Ago
blacklist affects the legacy server browser as well
1 Year Ago
Fixed Sandbox NPC spawning setting the NPC model twice for NPCs with uppercase letters in model name, affecting entity collision bounds Removed temporary fix for util.FilterText which is no longer needed
1 Year Ago
Fixed Lua error when pasting admin only NPC duplications without a player
1 Year Ago
Bump steam.inf version
1 Year Ago
Updated localization files
1 Year Ago
Made Entity:GetSequenceMoveDist shared Added Entity:GetSequenceVelocity( seq, cycle )
1 Year Ago
Added from and to optional arguments to Entity.GetSequenceGroundSpeed Make the Workshop Subscriptions settings button a different color so hopefully its more noticeable
1 Year Ago
Update ignore.conf
1 Year Ago
Added math.SnapTo (Community) Added icons and select fields for DProperty_Combo (Community) Updated server browser recommendation icons (Community)
1 Year Ago
DropToFloor now checks if the entity is inside world geometry - if it is, do not drop to floor. Should help with stuff ending up underground in certain places, such as NPCs on displacements. Fixed spawnmenu trying to run empty concommands and erroring TTT: Fixed a bug with weapon respawning and updated language files (Community Contribution) Attempt to prevent Entities and Weapons spawning out of map bounds when spawned through Spawn menu (Community) Fixed in-code documentation comment of table.CollapseKeyValue (Community) Fixed Lua error with Super DOF when activating 5 second hide UI and reopening UI before the timer expires (Community) Fixed toolgun ghost preview not clearing when switching away from the toolgun using the spawnmenu (Community)
1 Year Ago
Some changes towards fixing/narrowing down the CSoundPatch update crash Impleneting CS:GO soundscape features: playlooping.position "random" playlooping.radius fadetime
1 Year Ago
Readded missing mapIO outputs to airboat vehicle Fixed gmod_language resetting to empty string on dedicated servers Added snd_buildcache to blocked command list